🔢 Numerical Analysis
Robust tools for root finding, integration, solving differential equations, and linear algebra routines — all built on CSharpNumerics' Matrix and Vector primitives.
namespace CSharpNumerics.Numerics
| Module | Description |
|---|---|
| 📘Numeric | Core numeric utilities and helper functions |
| 📐Calculus | Derivatives, limits, and related tools |
| 🧮Linear Algebra | Matrix operations, decompositions, and solvers |
| ∫ Integrals | Numerical integration methods |
| 📐 Differential Equations | ODE solvers and related methods |
| 🌐Vector Fields | Gradient, divergence, curl, and field visualization |
| 🧩Complex Analysis | Complex numbers, complex functions, and analyticity |
| 🌊Transforms | Fourier, Laplace, and other transforms |